Skip to content
Back to search
30
MCP

DAP Debugger

pulsemcp/dap debugger

Integrates with DAP-compatible debuggers like Delve to provide comprehensive debugging session management including breakpoints, execution control, state inspection, and expression evaluation for multiple programming languages.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Delve
Provides a complete interface to the Delve debugger for Go programs, enabling starting debug sessions, setting breakpoints, controlling exec
0 tools
JDI Debugger
Connects to running Java applications via JDWP for real-time debugging with breakpoint management, variable inspection, step execution contr
0 tools
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
0 tools
Polyglot-Debugger
Multi-language debug skills and code execution helper.
0 tools · sse
dap-mcp
dap-mcp: A Debug Adapter Protocol (DAP) enabled Model Context Protocol (MCP) server that bridges debugging tools with AI systems, providing
0 tools
GDB Server
Remote debugging with gdbserver — breakpoints, stepping, memory inspection, and thread management.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dap_debugger": {
      "url": "None",
      "transport": "http"
    }
  }
}